From 135a653ee2e1cbafb7aad153c02b1eb939541845 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Thu, 10 Apr 2014 13:44:06 +0200 Subject: [PATCH] pan: doc fixes --- gtk/gtkgesturepan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkgesturepan.c b/gtk/gtkgesturepan.c index af3efa8390..19d4f25bb6 100644 --- a/gtk/gtkgesturepan.c +++ b/gtk/gtkgesturepan.c @@ -34,7 +34,7 @@ * this does not happen. * * Once a panning gesture along the expected axis is recognized, - * the #GtkGesturePan:pan signal will be emitted as input events + * the #GtkGesturePan::pan signal will be emitted as input events * are received, containing the offset in the given axis. */ @@ -242,7 +242,7 @@ gtk_gesture_pan_class_init (GtkGesturePanClass *klass) GTK_PAN_ORIENTATION_HORIZONTAL, GTK_PARAM_READWRITE)); /** - * GtkGesturePan:pan: + * GtkGesturePan::pan: * @gesture: The object which received the signal * @direction: current direction of the pan gesture * @offset: Offset along the gesture orientation -- 2.30.2